home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sml_nj / announce < prev    next >
Text File  |  1993-07-21  |  4KB  |  106 lines

  1. Standard ML of New Jersey, version 0.93, is now available for FTP.
  2. This is the first general public release since version 0.75, and there
  3. are a number of substantial improvements:
  4.  
  5.     . there are almost no remaining bugs,
  6.     . less space is taken up for both compilation and execution,
  7.     . several new machines are supported,
  8.     . extensive documentation is provided, and 
  9.     . several experimental language extensions are provided.
  10.  
  11. The distribution also contains:
  12.  
  13.     . an extensive library - The Standard ML of New Jersey Library,
  14.       together with detailed documentation.
  15.     . CML - Concurrent ML
  16.     . eXene - an elegant interface to X11 (based on CML)
  17.     . SourceGroup - a separate compilation and "make" facility
  18.  
  19.  
  20. SML/NJ 0.93 has been tested on these machine/OS combinations:
  21.  
  22.     Sun     M680x0/SunOS        (x >= 2)
  23.   **    HP      M680x0/HPUX[6,7,8]
  24.     NeXT    M68040/NeXTStep[2.0,3.0]
  25.     Apple   M680x0/AUX[3.0]
  26.     Apple   M680x0/MacOS
  27.     
  28.     Sun     SPARCstation/SunOS[4.1.1, 4.1.3]
  29.  
  30.     DEC     MIPS/ULTRIX[UWS4.2]
  31.     DEC    Mach
  32.     MIPS    MIPS/RiscOS[4.51,4.52]
  33.     SGI     MIPS/IRIX[4.0.x]
  34.     Sony    MIPS/Sony-News
  35.  
  36.     IBM     RS6000/AIX[3.2]
  37.  
  38.     Sequent I386/DYNIX3
  39.     Intel   I[386,486]/BSD/MACH
  40.  
  41.   ++    HP      HPPA/HPUX[8.0]    (beta release)
  42.  
  43. **  marks configurations that have not been tested recently.
  44. ++  The HPPA port is known to have a serious bug when compiling
  45.      large programs, but should be adequate for classroom use.
  46.  
  47.  
  48.  
  49. Standard ML of New Jersey is distributed free of charge and with no
  50. warranty.  You may use, copy, modify, and distribute the software
  51. provided that you preserve the copyright notice and don't mention AT&T
  52. in your advertising; see the license (in the README) for details.
  53.  
  54.  
  55. To obtain Standard ML of New Jersey by Internet FTP:
  56.  
  57.    . Connect to:    princeton.edu        (128.112.128.1) or
  58.                       research.att.com   (192.20.225.2).
  59.    . Login as "anonymous" with your name as password
  60.    . go to directory:      pub/ml  (on princeton.edu) or 
  61.                  dist/ml (on research.att.com)
  62.    . put ftp in binary mode ("binary")
  63.    . transfer the relevant files in that directory 
  64.  
  65. The relevant files are in compressed tar format (except README and
  66. release-notes.{txt,ps}), and include:
  67.  
  68. README                general information
  69. 93.releaseNotes.ps       Postscript version of Release Notes
  70. 93.releaseNotes.txt      raw text version of Release Notes
  71. 93.src.tar.Z          source code for the compiler
  72. 93.doc.tar.Z          documentation directory (manpages, papers, help, ...)
  73. 93.tools.tar.Z        tools directory (mlyacc, twig, sourcegroup, ...)
  74. 93.contrib.tar.Z    contributed, unsupported software
  75. 93.mo.m68.tar.Z       object files for the MC68020 (Sun-3, HP, Sony, etc.)
  76. 93.mo.sparc.tar.Z     object files for the SPARC (Sun-4)
  77. 93.mo.mipsl.tar.Z     object files for the little-endian MIPS (DECstation)
  78. 93.mo.mipsb.tar.Z     object files for the big-endian MIPS (MIPS, SGI)
  79. 93.mo.rs6000.tar.Z      object files for the RS6000
  80. 93.mo.i386.tar.Z    object files for the Intel 386
  81. 93.mo.hppa.tar.Z    object files for the HPPA 
  82. 93.mac.tar.Z        files for the Macintosh under MacOS
  83. smlnj-lib.0.1.tar.Z        the Standard ML of New Jersey Library
  84. CML-0.9.8.tar.Z        Concurrent ML
  85. eXene-0.4.tar.Z        eXene - a multithreaded X Windows toolkit
  86.  
  87. You will need at least the 93.src.tar.Z file and the 93.mo... files
  88. for the machines on which you intend to install the software.  Further
  89. installation instructions are in the README and in the releaseNotes.{ps,txt}
  90. directory.
  91.  
  92. There is a mailing list for users of Standard ML, carrying queries and
  93. discussions related to the language in general and to all ML compilers
  94. (not just Standard ML of New Jersey).  New releases of our software
  95. are announced on this list.  To enroll, send mail to sml-request@cs.cmu.edu.
  96. Messages for the list itself should be directed to sml-list@cs.cmu.edu.
  97.  
  98. If you have questions or problems, please send mail to
  99.  
  100.    sml-bugs@research.att.com
  101.  
  102. or
  103.  
  104.    macqueen@research.att.com
  105.    appel@princeton.edu
  106.